IItemCollection<T> Interface
In This Topic
Represents a collection of items that can be accessed by index and provides read-only functionality.
Object Model
Syntax
'Declaration
Public Interface IItemCollection(Of )
public interface IItemCollection<>
Type Parameters
- T
- The type of items contained in the collection.
See Also